enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Répertoire géographique des communes d'Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
DEP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dep
Type
int
Exemple
                       
COM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
com
Type
int
Exemple
                       
ARRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrd
Type
int
Exemple
                       
CANT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cant
Type
int
Exemple
                       
ADMI
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
admi
Type
int
Exemple
                       
POPU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popu
Type
int
Exemple
                       
ECARTS_POPU
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ecarts_popu
Type
texte
Exemple
                       
SURFACE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surface
Type
texte
Exemple
                       
NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
XLAMB2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlamb2
Type
texte
Exemple
                       
YLAMB2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylamb2
Type
texte
Exemple
                       
XLAMBZ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlambz
Type
texte
Exemple
                       
YLAMBZ
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylambz
Type
texte
Exemple
                       
XLAMB93
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
xlamb93
Type
int
Exemple
                       
YLAMB93
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ylamb93
Type
int
Exemple
                       
LONGI_GRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longi_grd
Type
int
Exemple
                       
LATI_GRD
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lati_grd
Type
texte
Exemple
                       
LONGI_DMS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longi_dms
Type
texte
Exemple
                       
LATI_DMS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lati_dms
Type
texte
Exemple
                       
ZMIN
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zmin
Type
texte
Exemple
                       
ZMAX
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
zmax
Type
texte
Exemple
                       
WGS84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
wgs84
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"repertoire_geeographique_des_communes_d_ile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/repertoire_geeographique_des_communes_d_ile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "repertoire_geeographique_des_communes_d_ile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/repertoire_geeographique_des_communes_d_ile-de-france_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "repertoire_geeographique_des_communes_d_ile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "dep":
                {
                • "type":"integer",
                • "title":"DEP",
                • "description":""
                }
                ,
              • "com":
                {
                • "type":"integer",
                • "title":"COM",
                • "description":""
                }
                ,
              • "arrd":
                {
                • "type":"integer",
                • "title":"ARRD",
                • "description":""
                }
                ,
              • "cant":
                {
                • "type":"integer",
                • "title":"CANT",
                • "description":""
                }
                ,
              • "admi":
                {
                • "type":"integer",
                • "title":"ADMI",
                • "description":""
                }
                ,
              • "popu":
                {
                • "type":"integer",
                • "title":"POPU",
                • "description":""
                }
                ,
              • "ecarts_popu":
                {
                • "type":"string",
                • "title":"ECARTS_POPU",
                • "description":""
                }
                ,
              • "surface":
                {
                • "type":"string",
                • "title":"SURFACE",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"NOM",
                • "description":""
                }
                ,
              • "xlamb2":
                {
                • "type":"string",
                • "title":"XLAMB2",
                • "description":""
                }
                ,
              • "ylamb2":
                {
                • "type":"string",
                • "title":"YLAMB2",
                • "description":""
                }
                ,
              • "xlambz":
                {
                • "type":"string",
                • "title":"XLAMBZ",
                • "description":""
                }
                ,
              • "ylambz":
                {
                • "type":"string",
                • "title":"YLAMBZ",
                • "description":""
                }
                ,
              • "xlamb93":
                {
                • "type":"integer",
                • "title":"XLAMB93",
                • "description":""
                }
                ,
              • "ylamb93":
                {
                • "type":"integer",
                • "title":"YLAMB93",
                • "description":""
                }
                ,
              • "longi_grd":
                {
                • "type":"integer",
                • "title":"LONGI_GRD",
                • "description":""
                }
                ,
              • "lati_grd":
                {
                • "type":"string",
                • "title":"LATI_GRD",
                • "description":""
                }
                ,
              • "longi_dms":
                {
                • "type":"string",
                • "title":"LONGI_DMS",
                • "description":""
                }
                ,
              • "lati_dms":
                {
                • "type":"string",
                • "title":"LATI_DMS",
                • "description":""
                }
                ,
              • "zmin":
                {
                • "type":"string",
                • "title":"ZMIN",
                • "description":""
                }
                ,
              • "zmax":
                {
                • "type":"string",
                • "title":"ZMAX",
                • "description":""
                }
                ,
              • "wgs84":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"WGS84",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires